home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000278_cbfalconer@worldnet.att.net_Mon Jul 16 11:14:11 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  56 lines

  1. Article: 12610 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.harvard.edu!purdue!news.bu.edu!micro-heart-of-gold.mit.edu!newsswitch.lcs.mit.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!wn1feed!worldnet.att.net!135.173.83.71!wnfilter1!worldnet-localpost!bgtnsc04-news.ops.worldnet.att.net.POSTED!not-for-mail
  3. Message-ID: <3B52EB7D.2238FE2B@my-deja.com>
  4. From: CBFalconer <cbfalconer@my-deja.com>
  5. Reply-To: cbfalconer@worldnet.att.net
  6. Organization: Ched Research
  7. X-Mailer: Mozilla 4.75 [en] (Win98; U)
  8. X-Accept-Language: en
  9. MIME-Version: 1.0
  10. Newsgroups: comp.os.vxworks,comp.arch.embedded,comp.protocols.kermit.misc
  11. Subject: Re: Kermit for VxWorks
  12. References: <9ikjrq$asm@watsun.cc.columbia.edu> <slrn9l56t3.3oo.caf@omen.omen.com>
  13. Content-Type: text/plain; charset=us-ascii
  14. Content-Transfer-Encoding: 7bit
  15. Lines: 33
  16. Date: Mon, 16 Jul 2001 14:34:04 GMT
  17. NNTP-Posting-Host: 12.90.175.17
  18. X-Complaints-To: abuse@worldnet.att.net
  19. X-Trace: bgtnsc04-news.ops.worldnet.att.net 995294044 12.90.175.17 (Mon, 16 Jul 2001 14:34:04 GMT)
  20. NNTP-Posting-Date: Mon, 16 Jul 2001 14:34:04 GMT
  21. Xref: newsmaster.cc.columbia.edu comp.os.vxworks:41720 comp.arch.embedded:108478 comp.protocols.kermit.misc:12610
  22.  
  23. Chuck Forsberg WA7KGX wrote:
  24. > In article <9ikjrq$asm@watsun.cc.columbia.edu>, Frank da Cruz wrote:
  25. > >
  26. > >From time to time, we get requests for Kermit file transfer software
  27. > >for VxWorks.  I'd like to be able satisfy them.
  28. > What many of these embedded applications require is a memory
  29. > efficient implementation devoid of Unix-isms that gives
  30. > excellent results with software the customer has already
  31. > paid for (i.e., the Hyperterm that comes with Windows).
  32. > Industrial ZMODEM has been used with chips as primitive as
  33. > the 8-bit 8051 family.  It does not need an operating
  34. > system, just a small number of user supplied routines.
  35.  
  36. Some years ago ZMODEM was the standard file transfer protocol on
  37. Fido and BBS systems, and quite a few other places.  I don't know
  38. what underlies FTP protocol, but I have the impression that it is
  39. less efficient than ZMODEM.
  40.  
  41. I believe you have published the ZMODEM specifications, but have
  42. you ever published complete sources for both receive and transmit
  43. modules, and if so how portable are they?  Can the system be
  44. mapped into the streaming capabilities of the C file system, or do
  45. they require char by char hardware interfaces?
  46.  
  47. -- 
  48. Chuck F (cbfalconer@my-deja.com) (cbfalconer@XXXXworldnet.att.net)
  49.    (Remove "XXXX" from reply address. my-deja works unmodified)
  50.    mailto:uce@ftc.gov  (for spambots to harvest)
  51.  
  52.  
  53.